home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / xplocalsearch.css < prev    next >
Cascading Style Sheet File  |  2002-07-28  |  951b  |  60 lines

  1. /*
  2. Use this as localsearch.css to make xp default theme look nice.
  3. */
  4.  
  5. body
  6. {
  7.  background: #245edc url(xptoolbartop.bmp) repeat-x fixed top;
  8. }
  9.  
  10. .txtfld, .clock
  11. {
  12.  background: transparent url(xptoolbarbot.bmp) repeat-x fixed bottom;
  13.  color: white;
  14.  border-width:0px;
  15.  padding-top:8px;
  16.  padding-left:4px;
  17.  padding-right:4px;
  18.  padding-bottom:5px;
  19. }
  20.  
  21. .gobutton, .mogobutton, .mdgobutton
  22. {
  23.  background: transparent url(xptoolbarbot.bmp) repeat-x fixed bottom;
  24.  border:0px;
  25.  color: white;
  26.  position:absolute;
  27. }
  28.  
  29.  
  30. /*
  31. Styles for the calendar
  32. */
  33. .cal
  34. {
  35.  color:white;
  36. }
  37. .calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
  38. {
  39.   padding:1px;
  40.   border-width:0;
  41. }
  42. .caltodayevent, .caltodayeventhigh
  43. {
  44.   background-color:darkblue;
  45.   border-width:0;
  46. }
  47. .caltoday, .caltodayhigh
  48. {
  49.   background-color:darkblue;
  50.   border-width:0px;
  51. }
  52.  
  53. /*
  54. Styles for the help box
  55. */
  56. .helpboxBody
  57. {
  58.   background: window;
  59. }
  60.